PDP-427CMX INDUSTRIAL PLASMA DISPLAY PANEL
SERIAL COMMAND REFERENCE MANUAL (version 1.0)
This manual provides information for controlling the PDP-427CMX industrial plasma display panel
with an external communication device by using serial commands.
Released: January 23, 2007
TABLE OF CONTENTS
1
2
3
4
5
6
About the RS-232C Adjustment............................................................................ 2
Interface .................................................................................................................. 3
Combination Connection ...................................................................................... 4
ID Assignment........................................................................................................ 5
List of Commands.................................................................................................. 7
QUEST Commands ................................................................................................ 15
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
RS-232C Adjustment
This display has an RS-232C terminal. It is possible to use a PC to make various adjustments and settings.
1 About the RS-232C Adjustment
Adjustments using the RS-232C:
• The adjustments are written to the same memory area as for the integrator mode (refer to section 5.4.4, “PICTURE,
White Balance and SCREEN Position Adjustment Values Memory Area Tables” (pg. 257 to 261)).
Note
(1) Assign an ID before using the RS-232C adjustment. Include the panel ID in the RS-232C command.
For details, refer to section 5.5.2, “Interface” (pg. 263).
(2) Of the adjustment values and setting items set by RS-232C commands, there are some items that are
stored in memory and some that are not. For details, refer to section 5.5.5, “List of RS-232C Commands”
(pg. 267). Also, when storing values in “last” memory, the conditions described in section 5.1.5, “Last
Memory” (pg. 170), must be satisfied.
(3) <OSDS00>/<OSDS01> (OSD display disable/enable setting)
Regardless of the setting, the following items can be displayed.
• Menu display (menu mode, integrator mode)
• Warnings before Auto Power OFF or Power Management operation
• Warning of high temperature inside the panel
• Display announcing that the FUNCTIONAL LOCK is set and the FUNCTIONAL LOCK setting display
• Display call (including holding a button down)
(4) When using RS-232C commands, control the input signal as well as the power. If the power is ON when
there is no signal, the display continues to have a weak discharge. This activity can affect the life of the
display.
2
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
2 Interface
1) Connector
D-sub 9 pins (male/straight)
2) Pin layout
Pin No.
1
5
Signal
Pin No.
Signal
1
2
3
4
5
NC (not connected)
TxD (Transmit Data)
RxD (Receive Data)
NC (not connected)
GND
6
7
8
9
NC (not connected)
NC (not connected)
RTS (Request To Send)
NC (not connected)
6
9
3) Baud Rate
9 600 bps (standard)
(switch-able to 1 200, 2 400, 4 800, 19 200, 38 400 bps)
Note
The baud rate of this display should be set to match the baud rate of the PC.
Also, when the RS-232C cable is extended over a long distance, use a slower baud rate.
4) Data format
Start bit: 1 bit
Data bit: 8 bit
Parity: no
Stop bit: 1 bit
5) Connection
Control PC
Control PC
(with D25 serial port )
Plasma Display
(with D9 serial port)
Plasma Display
RXD 3
TXD 2
CTS 5
GND 7
2 TXD
3 RXD
8 RTS
5 GND
RXD 2
TXD 3
CTS 8
GND 5
2 TXD
3 RXD
8 RTS
5 GND
2
3
2
2
3
2
Straight Cable
* D-sub 9-pin/D-sub 25-pin conversion tables are now available on the market.
6) Protocol
From the PC to the display
(1) Sending one command at a time:
STX (02 hex)
ID (2 Byte) COMMAND (3 Byte or 6 Byte) ETX (03 hex)
(2) Sending numerical direct commands:
STX (02 hex)
ID (2 Byte) COMMAND (3 Byte) ARGUMENT (3 Byte) ETX (03 hex)
ID, COMMAND, ARGUMENT are transmitted as ASCII characters.
From the display to a PC
(1) Echo back (Normal response)
Command received and returned but the ID is not returned.
STX (02 hex)
COMMAND (3 Byte or 6 Byte) ETX (03 hex)
Received command is a numerical direct effect command and numerical data is returned:
STX (02 hex) COMMAND (3 Byte) ARGUMENT (3 Byte) ETX (03 hex)
(2) Error (Abnormal response)
Received command is a non-corresponding command, ‘ERR’ is returned:
STX (02 hex)
ERR (3 Byte)
ETX (03 hex)
Received command cannot be processed (when PON is received when the power is already ON, etc.), ‘XXX’ is
returned:
STX (02 hex)
XXX (3 Byte)
ETX (03 hex)
3
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
3 Combination Connection
When controlling/adjusting panels, it is convenient to connect several displays to one PC.
By performing a combination connection and assigning IDs to the panels, it is possible to control and adjust several
displays at the same time or separately.
Connection method:
Connect the panels as shown in the figure below.
First Panel
Second Panel
Third Panel
IN
OUT
IN
OUT
IN
OUT
RS-232C
RS-232C
RS-232C
COMBINATION
COMBINATION
COMBINATION
PC
OUT
IN
OUT
IN
Combination cable
Combination cable
Note
Only the combination IN terminal or the RS-232C terminal can be used at the same time. Connecting them at the
same time could cause errors. Also, do not pair combination IN terminals or combination OUT terminals. Doing so
could cause communication to fail.
It is possible to use a general-purpose mini DIN 6-pin (straight) cable for the combination cable.
Note
To output RS-232C signals from the combination OUT terminal, an ID must be assigned.
For details, refer to section, 5.5.4, “ID Assignment” (pg. 265).
4
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
4 ID Assignment
The ID is assigned from the PC.
Commands: <IDC> (ID CLEAR)........ Clears the assigned ID
<IDS> (ID SET) ............. Assigns an ID
IDS is only effective when an ID is not assigned.
IDs are assigned starting from the panel closest to the PC.
Example: Case of 4 displays (assigning IDs with the PC for the first time)
First, connect an RS-232C and combination cables. (Refer to section 5.5.3, “Combination Connection” (pg.
264).)
PC
Set #1
Set #2
Set #3
Set #4
OUT
IN
OUT
IN
OUT
IN
ID = 01
ID = 02
ID = 03
ID = 04
RS-232C connection
Sent commands:
1 <01 IDS>
‘
2 <02 IDS>
‘
3 <03 IDS>
‘
4 <04 IDS>
By sending RS-232C commands in this order, it is possible to assign an ID for each panel.
When a panel has a PC-assigned ID, it can only receive commands containing the ID. Assign an ID before sending a
command.
Characters that can be used for an ID include, 0 - 9 and A - F (there is not distinction between upper case and lower case
letters).
An ∗ (asterisk) can be used as follows:
<∗∗IDC>: Clear the IDs assigned for all panels
<2∗IN1>: The input for which the first digit is 2 is set to INPUT1
Precautions when assigning IDs
Panels connected after a display’s ID has been cleared cannot be operated with RS-232C commands.
When the <∗∗IDC> command is sent, the IDs for all the sets from Set #1 to Set #4 are cleared. Only the first panel,
which is directly connected to the PC, can be controlled.
Send the command <01 IDS> to control the next panel. Continue setting IDs in this way for the remaining panels to
once again control the displays.
Note
When the IDs are set, when one or both of the IDs before a command is sent from the PC is an ∗, there is no echo.
When sending more commands, wait six seconds before sending the next command.
Example) When ∗∗OOO and ∗1OOO or 1∗OOO (OOO is the command) are sent from the PC, operation is performed
but there is no echo.
5
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
Under the connection conditions shown below, use a combination cable for up to 16 panels.
Conditions: 1 Length of RS-232C cable connecting PC to Plasma Display: 5 m
2 Combination cable length: 5 m each
3 Wire specifications for linking cable: Mini Din 6-pin straight (7 strand cable)
For one strand, suitable for AWG28:
Cross-section area = 0.08 mm2
≠
7 strands × π r2 = 7 × 3.14 × 0.062 = 0.079 mm2 ≠ 0.08 mm2
PC
Plasma Display
1
RS-232C
5m
OUT
IN
2
OUT
IN
Combination cable 5m
3
OUT
IN
#
Note
For details on the number of displays that can be connected in series using the video OUT terminal (INPUT1, 4), refer to
section 2.3, “Controls and Connectors” (pg. 12).
6
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
5 List of RS-232C Commands (Command 434CMX = Command 43MXE1 / Command 505CMX =
Command 50MXE10 , 50MXE11 , 50MXE1 , 50MXE1-S / Command 425CMX = Command 42MXE10)
7 Normal Operation Related Commands
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
POWER
POF
+
+
+
+
Turns the power OFF.
Turns the power ON.
ꢀ
ꢀ
PON
INPUT SELECT
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Displays the present input.
INP
INPS01
INPS02
INPS03
INPS04
INPS05
IN1
+
+
Switches the main screen to INPUT1.
Switches the main screen to INPUT2.
Switches the main screen to INPUT3.
Switches the main screen to INPUT4.
Switches the main screen to INPUT5.
Switches the main screen to INPUT1.
Switches the main screen to INPUT2.
Switches the main screen to INPUT3.
Switches the main screen to INPUT4.
Switches the main screen to INPUT5.
Switches the sub screen to INPUT1.
Switches the sub screen to INPUT2.
Switches the sub screen to INPUT3.
Switches the sub screen to INPUT4.
Switches the sub screen to INPUT5.
Outputs main input to the full screen.
Outputs sub input to the full screen.
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
+
+
+
+
+
IN2
+
IN3
+
IN4
+
IN5
+
SSIS01
SSIS02
SSIS03
SSIS04
SSIS05
–
+
+
+
+
SWM
SWS
–
SCREEN SIZE
AST
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Executes auto-setup.
ꢀ
Displays the present screen size.
Sets SCREEN SIZE to DOT BY DOT.
Sets SCREEN SIZE to 4 :3.
SZM
SZMS00
SZMS01
SZMS02
SZMS03
SZMS05
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Sets SCREEN SIZE to FULL.
Sets SCREEN SIZE to ZOOM.
Sets SCREEN SIZE to WIDE.
Sets SCREEN SIZE to 14:9.
Sets SCREEN SIZE to UNDERSCAN.
Sets SCREEN SIZE to 2.35:1.
–
SZMS09
–
SZMS06
+
SZMS10
VIDEO
MTN
MTY
SLN
+
+
+
+
Turns video mute to OFF.
Turns video mute to ON.
Cancels FREEZE.
PMTS00
PMTS01
STLS00
STLS01
ꢀ
ꢀ
ꢀ
ꢀ
Sets FREEZE.
SLY
AUDIO
VOL
+
+
+
+
+
+
Adjusts audio volume.
ꢀ
000
042
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Turns audio mute to OFF.
Turns audio mute to ON.
Sets the audio source to main.
Sets the audio source to sub.
AMN
AMY
–
AMTS00
AMTS01
AUSS01
AUSS02
–
MULTI SCREEN
+
+
+
+
+
+
+
+
+
+
+
+
+
Displays the present multi-screen.
MSC
Turns MULTI SCREEN to OFF.
–
–
MSCS00
MSSS01
MSSS02
MSSS03
MSSS04
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Sets the PinP subscreen size to 1.
Sets the PinP subscreen size to 2.
–
Sets the PinP subscreen size to 3.
Sets the PinP subscreen size to 4.
–
–
Displays the present multi-screen type.
Sets the MULTI SCREEN to 2 SCREEN (side by side 1)
Sets the MULTI SCREEN to PinP (lower right).
Sets the MULTI SCREEN to PinP (upper right).
Sets the MULTI SCREEN to PinP (upper left).
Sets the MULTI SCREEN to PinP (lower left).
MST
+
MSTS01
MSTS02
MSTS03
MSTS04
MSTS05
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
+
+
+
+
7
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
+
+
Sets the MULTI SCREEN to PoutP (side by side, 2-L).
MSTS06
ꢀ
ꢀ
Sets MULTI SCREEN to SWAP (switches between main
and sub screens).
+
–
MSTS08
+
+
+
+
+
–
–
MSTS09
MSTS10
MSTS11
MSTS12
+
Sets MULTI SCREEN to PoutP (side by side 2-R).
Sets MULTI SCREEN to 2-SCREEN (side by side 3).
Sets MULTI SCREEN to PoutP (side by side 4-L).
Sets MULTI SCREEN to PoutP (side by side 4-R).
Displays the present input to the SUB Screen.
ꢀ
ꢀ
ꢀ
ꢀ
–
–
SSI
FUNCTIONAL LOCK
+
+
+
+
+
+
+
Displays the present set value of the FUNCTIONAL LOCK.
Cancels FUNCTIONAL LOCK.
FCL
FCLS00
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
+
Prohibits operation of buttons on the display.
Prohibits operation of buttons on the remote control.
Prohibits operation of buttons on the display/remote control.
Sets the memory lock
FCLS01
+
FCLS02
FCLS03
+
+
FCLS04
OSD
+
+
DOF
Turns off the OSD display that is now displayed.
7
“MENU”–“SETUP” related commands
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
COLOR TEMP.
CTP
+
+
+
+
+
+
+
+
+
+
+
+
Displays the present set value of the color temperature.
Sets the color temperature to LOW.
CTPS01
CTPS02
CTPS03
CTPS04
CTPS05
DNR
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Sets the color temperature to MID LOW.
Sets the color temperature to MIDDLE.
Sets the color temperature to MID HIGH.
Sets the color temperature to HIGH.
+
+
+
+
+
+
+
+
+
+
Displays the present set value of the DNR.
Sets digital NR to OFF.
DNR
DNRS00
DNRS01
DNRS02
DNRS03
MPEG NR
MNR
MNRS00
MNRS01
MNRS02
MNRS03
CTI
ꢀ
ꢀ
ꢀ
ꢀ
Sets digital NR to LOW.
Sets digital NR to MIDDLE.
Sets digital NR to HIGH.
+
+
+
+
+
+
+
+
+
+
Displays the present set value of the MPEG NR.
Sets MPEG NR to OFF.
ꢀ
ꢀ
ꢀ
ꢀ
Sets MPEG NR to LOW.
Sets MPEG NR to MIDDLE.
Sets MPEG NR to HIGH.
+
+
+
+
+
+
Displays the present set value of CTI.
Sets CTI to OFF.
CTR
CTRS00
CTRS01
ꢀ
ꢀ
Sets CTI to ON.
PURE CINEMA
+
+
+
+
Displays the present set value of PURE CINEMA.
Sets PURE CINEMA to OFF.
PUC
+
+
PUCS00
PUCS01
ꢀ
ꢀ
Sets PURE CINEMA to STANDARD.
COLOR DECORDING
+
+
+
+
+
Displays the present color decoding.
MCD
MCDS01
+
Sets COLOR DECORDING to RGB (VIDEO).
Sets COLOR DECORDING to COMPONENT1 (YCbCr).
Sets COLOR DECORDING to COMPONENT2 (YPbPr).
ꢀ
ꢀ
ꢀ
+
MCDS02
+
MCDS03
COLOR SYSTEM
+
+
+
+
+
+
Displays the present set value of the color system.
Sets color system to AUTO.
Sets color system to NTSC.
CLS
+
CLSS01
CLSS02
ꢀ
ꢀ
ꢀ
ꢀ
+
+
Sets color system to PAL.
CLSS03
+
Sets color system to SECAM.
CLSS04
8
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
Command
434CMX
505CMX
CLSS05
CLSS06
CLSS07
Command
427CMX
507CMX
+
Number direct
Effective Minimum Maximum
Command
425CMX
Last
memory
Function
Sets color system to 4.43NTSC.
Comment
+
+
+
ꢀ
ꢀ
ꢀ
+
+
Sets color system to PAL M.
Sets color system to PAL N.
SIGNAL FORMAT
+
+
+
+
+
+
+
+
+
+
SFT
Displays the present set value of the SIGNAL FORMAT.
Sets SIGNAL FORMAT to Type1.
Sets SIGNAL FORMAT to Type2.
Sets SIGNAL FORMAT to Type3.
Sets SIGNAL FORMAT to Type4.
Sets SIGNAL FORMAT to Type5.
Sets SIGNAL FORMAT to Type6.
Sets SIGNAL FORMAT to Type7.
Sets SIGNAL FORMAT to Type8.
+
SFTS01
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Note 1
Note 1
Note 1
Note 1
+
SFTS02
+
SFTS03
+
SFTS04
–
SFTS05
SFTS06
SFTS07
SFTS08
+
–
–
–
–
SFTS09 Sets SIGNAL FORMAT to Type9.
SFTS20 Sets SIGNAL FORMAT to Type10.
New
New
+
–
–
+
SFTS10
Sets SIGNAL FORMAT to AUTO.
DVI
EDIS01
EDIS02
–
+
+
+
+
DSGS01
DSGS02
DBLS01
DBLS02
Sets the DVI connection signal to PC.
Sets the DVI connection signal to STB/DVD.
Sets the DVI BLACK LEVEL to LOW.
Sets the DVI BLACK LEVEL to HIGH.
ꢀ
ꢀ
ꢀ
ꢀ
Note 2
Note 2
–
Note 1: The operation differs between the PDP-434CMX/PDP-505CMX and PDP-425CMX/PDP-507CMX/PDP-427CMX
Note 2: EDIS01/02 only operates on the PDP-505CMX
7
“MENU”–“OPTION” related commands
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
ENERGY SAVE
+
+
+
ESV
Displays the present set value of ENERGY SAVE.
Sets ENERGY SAVE to STANDARD (STANDARD1).
Sets STANDARD1
only on the 507CMX
+
ESVS00
ꢀ
+
+
+
+
+
+
+
+
+
ESVS01
ESVS02
ESVS03
ESVS04
–
Sets ENERGY SAVE to save energy.
Sets ENERGY SAVE to fixed brightness.
Sets ENERGY SAVE to mode 3 (long service life).
Sets ENERGY SAVE to AUTO.
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ESVS05 Sets ENERGY SAVE to MUTE.
New
New, and effective
only on the 507CMX
+
–
ESVS06 Sets ENERGY SAVE to standard 2.
ꢀ
TIMER
+
+
–
–
TSMS00
TSMS01
Turns summer time to OFF.
Turns summer time to ON.
ꢀ
ꢀ
000 – 023: Set by
24-hour clock time
000 – 059: Set
for 60 minutes
001: Monday –
007; Saturday
+
+
+
–
–
–
TPH
TPM
TPW
Sets the hour of the present time.
ꢀ
ꢀ
ꢀ
000
000
001
023
059
007
ꢀ
ꢀ
ꢀ
Sets the minute of the present time.
Sets the day of week of the present time.
+
+
–
–
TPTS00
TPTS01
+
Sets PROGRAM TIMER/REPEAT TIMER to OFF.
Sets PROGRAM TIMER to ON.
ꢀ
ꢀ
ꢀ
–
ORBITER
OMN
OMY
–
TPTS02 Sets REPEAT TIMER to ON.
New
+
+
+
+
ORBS00
ORBS01
ORBS02
ORBS03
Sets the ORBITER to OFF.
ꢀ
ꢀ
ꢀ
ꢀ
Sets the ORBITER to ON (AUTO1).
Sets the ORBITER to ON (AUTO2).
Sets the ORBITER to ON (AUTO3).
–
SOFT FOCUS
+
+
+
+
+
–
–
–
–
–
SOFS00
Sets SOFT FOCUS to OFF.
Sets SOFT FOCUS to 1.
Sets SOFT FOCUS to 2.
Sets SOFT FOCUS to 3.
Sets SOFT FOCUS to 4.
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
SOFS01
SOFS02
SOFS03
SOFS04
SUB SCREEN FREEZE
+
+
+
–
–
–
SSTS00
SSTS01
SSTS02
Sets SUB SCREEN FREEZE to OFF.
Sets SUB SCREEN FREEZE to SIDE BY SIDE.
Sets SUB SCREEN FREEZE to PinP.
ꢀ
ꢀ
ꢀ
9
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
7
“INTEGRATOR”–“PICTURE” related commands
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
VIDEO QUALITY
+
+
+
+
+
+
+
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Adjusts the contrast.
Adjusts the brightness.
CNT
BRT
000
000
000
000
000
000
000
255
255
015
015
127
060
015
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
+
Adjusts the horizontal enhance.
Adjusts the vertical enhance.
Adjusts the color.
Adjusts the tint.
Adjusts the sharpness.
ENH
ENV
COL
TNT
+
+
+
+
SHP
WHITE BALANCE
+
+
+
+
+
+
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Adjusts R.HIGH of the white balance.
Adjusts G.HIGH of the white balance.
Adjusts B.HIGH of the white balance.
Adjusts G.LOW of the white balance.
Adjusts R.LOW of the white balance.
Adjusts B.LOW of the white balance.
RHI
000
000
000
000
000
000
255
255
255
255
255
255
+
GHI
BHI
GLW
RLW
+
+
+
+
BLW
COLOR DETAIL
+
+
+
+
+
+
+
Adjusts color detail red.
Adjusts color detail yellow.
Adjusts color detail green.
Adjusts color detail cyan.
Adjusts color detail blue.
Adjusts color detail magenta.
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
CGR
CGY
CGG
CGC
CGB
CGM
000
000
000
000
000
000
060
060
060
060
060
060
+
+
+
+
+
GAMMA
+
+
+
+
+
+
+
+
+
Displays the present set value of gradation.
Sets gradation GAMMA 1.8.
Sets gradation GAMMA 1.9.
Sets gradation GAMMA 2.0.
Sets gradation GAMMA 2.1.
Sets gradation GAMMA 2.2.
Sets gradation GAMMA 2.3.
Sets gradation GAMMA 2.4.
GRA
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
–
–
–
–
–
–
–
GRAS18
GRAS19
GRAS20
GRAS21
GRAS22
GRAS23
GRAS24
PRESET
Restores the PICTURE, W/B adjustment value of the integrator
to the initial values.
+
+
STD
ꢀ
7
“INTEGRATOR”–“SCREEN” related commands
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
POSITION
HPS
VPS
+
+
+
+
Adjusts the horizontal position.
Adjusts the vertical position.
ꢀ
ꢀ
ꢀ
ꢀ
000
000
255
255
CLOCK/PHASE
+
+
+
Adjusts the CLOCK (PLL frequency).
Adjusts the PHASE (PLL phase).
ꢀ
ꢀ
ꢀ
ꢀ
CFR
CPH
000
000
255
031
+
SIZE
+
+
+
+
Adjusts the horizontal size.
Adjusts the vertical size.
ꢀ
ꢀ
ꢀ
ꢀ
HSI
VSI
000
000
064
064
PRESET
Restores the SCREEN adjustment value of the integrator to the
initial values.
+
+
FRP
ꢀ
7
“INTEGRATOR”–“SETUP” related commands
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
SUB VOLUME
+
+
SVL
Adjusts the SUB VOLUME.
ꢀ
000 020
ꢀ
10
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
7
“INTEGRATOR”–“OPTION” related commands
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Effective Minimum Maximum
Command
425CMX
Last
memory
Function
Comment
SCREEN MASK
+
+
+
+
+
+
+
+
+
Displays the present set value of SCREEN MASK.
Sets SCREEN MASK to OFF.
FMK
FMKS00
FMKS02
FMKS03
FMKS04
FMKS05
FMKS06
FMKS07
SIDE MASK
RSL
+
+
+
+
+
+
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Sets SCREEN MASK to inverse (negative – positive reversed).
Sets SCREEN MASK to white mask.
Sets SCREEN MASK to red mask.
Sets SCREEN MASK to green mask.
Sets SCREEN MASK to blue mask.
Sets SCREEN MASK to yellow mask.
+
+
+
+
+
+
+
+
Adjusts side mask RED.
Adjusts side mask GREEN.
Adjusts side mask BLUE.
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
000
000
000
255
255
255
GSL
BSL
–
SMAS00 Sets AUTO SIDE MASK to OFF.
SMAS01 Sets AUTO SIDE MASK to ON.
New
New
–
VIDEO WALL
MGF
MGFS00
+
+
+
+
+
+
+
+
Displays the set value of VIDEO WALL.
Sets VIDEO WALL to OFF.
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
–
–
–
–
–
Sets VIDEO WALL to DIVIDER:1.
Sets VIDEO WALL to DIVIDER:4.
Sets VIDEO WALL to DIVIDER:9.
Sets VIDEO WALL to DIVIDER:16.
Sets VIDEO WALL to DIVIDER:25.
MGFS11
MGFS12
MGFS13
MGFS14
MGFS15
Displays the present VIDEO WALL (accounting/not accounting
for expanded position/joints) setting.
nn=01 to 04: Sets display position during DIVIDER=2 x 2 (not
accounting for joints).
+
+
+
+
MGP
MGPSnn
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
nn=05 to 08: Sets display position during DIVIDER=2 x 2
(accounting for joints).
nn=10 to 18: Sets display position during DIVIDER=3 x 3 (not
accounting for joints).
nn=20 to 28: Sets display position during DIVIDER=3 x 3
(accounting for joints).
nn=30 to 3F: Sets display position during DIVIDER=4 x 4 (not
accounting for joints).
nn=40 to 4F: Sets display position during DIVIDER=4 x 4
(accounting for joints).
nn=50 to 68: Sets display position during DIVIDER=5 x 5 (not
accounting for joints).
nn=70 to 88: Sets display position during DIVIDER=5 x 5
(accounting for joints).
+
+
ꢀ
ꢀ
–
–
Executes AUTO ID setting.
IDA
Sets POWER ON DELAY mode to OFF.
PDES00
Sets POWER ON DELAY mode to ON (other than cases used for
a higher than 16 screen system) or mode 1 (used for a higher
than 16 screen system).
Sets POWER ON DELAY mode 2 (used for a higher than 16
screen system).
+
+
–
–
PDES01
PDES02
ꢀ
ꢀ
+
+
ꢀ
ꢀ
–
Sets ABL link to OFF.
Sets ABL link to ON.
LNKS00
LNKS01
–
RS-232C
BRA
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Displays the present set value of baud rate.
Sets the RS-232C baud rate to 1200 bps.
Sets the RS-232C baud rate to 2400 bps.
Sets the RS-232C baud rate to 4800 bps.
Sets the RS-232C baud rate to 9600 bps.
Sets the RS-232C baud rate to 19200 bps.
Sets the RS-232C baud rate to 38400 bps.
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
BRAS01
BRAS02
BRAS03
BRAS04
BRAS05
BRAS06
ID NUMBER
+
+
+
+
Clears the ID number.
Sets the ID number.
ꢀ
ꢀ
IDC
IDS
11
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
FAN
FCM
FCA
+
+
+
+
Maximizes fan rotation control.
Automates fan rotation control.
ꢀ
ꢀ
Sets integrator’s fan rotation control maximum to apply a
brightness
New, and effective
only on the 507CMX
–
–
FCU
ꢀ
OSD
DIN
DIY
–
–
–
+
+
+
+
+
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Sets OSD display to OFF.
Sets OSD display to ON.
Displays expanded OSD.
Displays contracted OSD.
Sets the OSD display angle to horizontal.
Sets the OSD display angle to vertical.
OSDS00
OSDS01
OSSS01
OSSS02
OSAS01
OSAS02
–
FRONT INDICATOR
+
+
ꢀ
ꢀ
Sets the FRONT INDICATOR to OFF.
Sets the FRONT INDICATOR to ON.
LEN
LEY
LESS00
LESS01
COLOR MODE
+
+
ꢀ
ꢀ
Sets the COLOR MODE to NORMAL.
Sets the COLOR MODE to STUDIO.
CM1
CM2
CLMS00
CLMS01
UNDER SCAN
USCS00
USCS01
+
+
+
+
+
+
Sets the UNDERSCAN setting to OFF.
Sets the UNDERSCAN setting to ON.
Displays the present set value of UNDERSCAN.
ꢀ
ꢀ
USC
IMAGE PROCESS
+
+
–
–
–
–
–
–
Obtains the present IMAGE PROCESS setting.
Sets the IMAGE PROCESS to NORMAL.
Sets the IMAGE PROCESS to PURE.
IPR
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
IPRS01
IPRS02
IPRS03
IPRS04
–
+
+
Sets the IMAGE PROCESS to MONOTONE.
Sets the IMAGE PROCESS to HIGH CONTRAST.
Sets the IMAGE PROCESS to BLUE ONLY.
+
IPRS05
New
FRC
+
FRCS00
+
+
+
+
Displays the present set value of FRC.
Sets the FRC to OFF.
Sets the FRC to ON.
FRC
–
FRCS01
ꢀ
ꢀ
Note 1
SEAMLESS INPUT SWITCH
+
+
+
+
+
+
+
+
+
+
+
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
–
Sets the SEAMLESS INPUT SWITCH mode to OFF.
Sets the SEAMLESS INPUT SWITCH mode to ON.
Sets the SEAMLESS SW SELECT 1 to INPUT1.
Sets the SEAMLESS SW SELECT 1 to INPUT2.
Sets the SEAMLESS SW SELECT 1 to INPUT3.
Sets the SEAMLESS SW SELECT 1 to INPUT4.
Sets the SEAMLESS SW SELECT 1 to INPUT5.
Sets the SEAMLESS SW SELECT 2 to INPUT1.
Sets the SEAMLESS SW SELECT 2 to INPUT2.
Sets the SEAMLESS SW SELECT 2 to INPUT3.
Sets the SEAMLESS SW SELECT 2 to INPUT4.
Sets the SEAMLESS SW SELECT 2 to INPUT5.
SLSS00
SLSS01
SL1S01
SL1S02
SL1S03
SL1S04
SL1S05
SL2S01
SL2S02
SL2S03
SL2S04
SL2S05
–
–
–
–
–
–
–
–
–
–
–
MIRROR
MIRS00
MIRS01
MIRS02
MIRS03
+
+
+
+
+
+
+
+
Sets mirror mode to OFF (normal display).
ꢀ
ꢀ
ꢀ
ꢀ
Performs left-right reversal with MIRROR MODE.
Performs up-down reversal with MIRROR MODE.
Performs up-down left-right reversal with MIRROR MODE.
MULTI SCREEN
+
+
+
+
+
+
+
+
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
–
–
–
–
–
–
–
–
–
Sets sub screen translucence to OFF (0%).
Sets sub screen translucence to 10 %.
Sets sub screen translucence to 20 %.
Sets sub screen translucence to 30 %.
Sets sub screen translucence to 40 %.
Sets sub screen translucence to 50 %.
Sets sub screen translucence to 60 %.
Sets sub screen translucence to 70 %.
Sets sub screen translucence to 80 %.
PTRS00
PTRS01
PTRS02
PTRS03
PTRS04
PTRS05
PTRS06
PTRS07
PTRS08
Note 1: The operation differs between the PDP-434CMX/PDP-505CMX and PDP-425CMX/PDP-507CMX/PDP-427CMX
12
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
+
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
Sets the BANNER PinP input to INPUT1.
Sets the BANNER PinP input to INPUT2.
Sets the BANNER PinP setting to OFF.
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
BPIS01
BPIS02
BPPS00
BPPS01
BPPS02
BPPS03
BPPS04
+
+
+
+
Sets the BANNER PinP setting to TOP3.
Sets the BANNER PinP setting to MID-HIGH.
Sets the BANNER PinP setting to MID-LOW.
Sets the BANNER PinP setting to BOTTOM3.
Sets the BANNER PinP setting to TOP2.
Sets the BANNER PinP setting to BOTTOM2.
Sets the BANNER PinP setting to TOP1.
Sets the BANNER PinP setting to BOTTOM1.
Sets the BANNER PinP setting to LEFT.
Sets the BANNER PinP setting to RIGHT.
PIP fade in function ineffective.
+
+
+
BPPS05
BPPS06
BPPS07
BPPS08
BPPS09
BPPS10
PFAS00
PFAS01
PFAS10
PFAS11
New
New
New
New
New
New
New
New
New
New
+
+
+
+
+
+
+
PIP fade in function effective.
+
PIP fade in (only when PIP fade in function is effective).
PIP fade off (only when PIP fade in function is effective).
+
FUNCTION
+
+
ꢀ
Executes FUNCTION DEFAULT.
FDT
7
Other commands
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
DISPLAY CALL
+
+
+
+
+
+
+
+
+
+
–
–
–
–
–
–
–
–
–
–
Displays DISPLAY CALL 1.
DITS01
DITS02
IM0
Displays DISPLAY CALL 2.
INFORMATION write-in (1-3 characters).
INFORMATION write-in (4-6 characters).
INFORMATION write-in (7-9 characters).
INFORMATION write-in (10-12 characters).
INFORMATION write-in (13-15 characters).
INFORMATION write-in (16-18 characters).
INFORMATION write-in (19-21 characters).
Clears INFORMATION.
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
ꢀ
IM1
IM2
IM3
IM4
IM5
IM6
IMD
AUXILIARY COMMAND
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Subtracts 10 from the adjustment value.
Minimizes the adjustment value.
DW0
+
DWF
+
Subtracts n from the adjustment value. (n=1~9)
Adds 10 to the adjustment value.
Maximizes the adjustment value.
Adds n to the adjustment value (n = 1 to 9).
Obtains status information.
DWn
+
UP0
+
UPF
+
UPn
GST
QST
QPI
Obtains integrator/PICTURE information.
Obtains integrator/WHITE BALANCE information.
Obtains integrator/SCREEN information.
Obtains SETUP information.
GPI
GWB
QWB
QPS
QSS
QSO
QAP
QCI
GPS
GSS
Obtains Menu Integrator/OPTION information.
Obtains various machine names.
GSO
–
–
Obtains time information.
–
Obtains audio status.
QSU
OTHER
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
MRKS00 Sets mark display off.
New
New
New
New
New
New
New
New
MRKS01 Sets mark display on.
RMCS10 Remote control key: CURSOR RIGHT
RMCS11 Remote control key: CURSOR LEFT
RMCS12 Remote control key: CURSOR UP
RMCS13 Remote control key: CURSOR DOWN
RMCS14 Remote control key: SET
RMCS25 Remote control key: MENU
13
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Comment
Effective Minimum Maximum
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
–
RMCS26 Remote control key: POINT ZOOM
RMCS27 Remote control key: ID NO SET
RMCS28 Remote control key: CLEAR
New
New
New
New
New
New
New
New
New
New
New
New
RMCS29 Remote control key: FREEZE
RMCS30 Remote control key: STANDBY/ON
RMCS31 Remote control key: VOLUME UP
RMCS32 Remote control key: VOLUME DOWN
RMCS33 Remote control key: MUTING
RMCS34 Remote control key: SCREEN SIZE
RMCS35 Remote control key: SPLIT
RMCS36 Remote control key: SUB INPUT
RMCS37 Remote control key: PIP SHIFT
14
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
6 QUEST Commands
What are QUEST commands?
• Quest commands output TXD such as adjustment data from the panel’s microprocessor to a PC.
• Adjustment and other data is output in ASCII code.
Note
Command names are given inside brackets < >.
• Data output format
Command
(3 Byte)
Checksum
(2 Byte)
STX (02hex)
Data
····
Data
ETX (03hex)
Note
• A QUEST command is invalid when no ID has not been assigned.
• A QUEST command is invalid when a wildcard (*) is used in the ID when sending the command.
7 Quest Command Table
Command
434CMX
505CMX
Command
427CMX
507CMX
Number direct
Command
425CMX
Last
memory
Function
Obtains status information.
Obtains integrator/PICTURE information.
Obtains integrator/WHITE BALANCE information.
Obtains integrator/SCREEN information.
Obtains SETUP information.
Comment
Effective Minimum Maximum
+
+
+
+
+
+
+
+
+
GST
GPI
GWB
GPS
GSS
GSO
–
QST
QPI
QWB
QPS
QSS
QSO
QAP
QCI
Obtains Menu Integrator/OPTION information.
Obtains audio status.
Obtains time information.
–
Obtains various machine names.
–
QSU
15
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
1) Obtaining QST Status Information
Sequence
Data Content
Size
1 Byte
3 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
Remarks
1
2
3
4
5
6
7
STX
02hex
Command echo-back
QST (fixed)
5 (fixed)
Generation information
Inch information
4: 42 inch 5: 50 inch
M (fixed)
Forwarding
Power source state
During standby: Standby cause
S: Standby status P: Power supplied status
N: Normal standby time
W: Standby time based on POWER MANAGEMENT
S: Standby time based on SD or PD
N: normal signal input time
During power supply: main screen signal status
L: no signal input time
O: OUT OF RANGE signal input time
8
During standby or 1 screen display: dummy data
During 2-screen display: sub screen signal status
1 Byte
N: normal signal input time
L: no signal input time
O: OUT OF RANGE signal input time
IN1: INPUT1 IN2: INPUT2 IN3: INPUT3 IN4: INPUT4
IN5: INPUT5
9
Main input function information
Sub input function information
Main screen size information
Two-screen display state
3 Byte
3 Byte
1 Byte
1 Byte
10
11
12
IN1: INPUT1 IN2: INPUT2 IN3: INPUT3 IN4: INPUT4
IN5: INPUT5 Note1)
0: DOT BY DOT 1: 4:3 2: FULL 3: ZOOM 5: WIDE 6: 14:9
9: UNDERSCAN A: 2.35:1
0: OFF (1 screen)
2: PinP (lower right) 3: PinP(upper right)
4: PinP (upper left) 5: PinP(lower left)
6: SIDE BY SIDE 2-L 9: SIDE BY SIDE 2-R
1: SIDE BY SIDE 1
A: SIDE BY SIDE 3
C:SIDE BY SIDE 4-R
B: SIDE BY SIDE 4-L
13
Functional lock information
1 Byte
0: LOCK OFF 1: BUTTONS LOCK 2: IR LOCK
2: IR LOCK 3: IR&BUTTONS LOCK
4: MEMORY LOCK
14
15
16
17
18
19
20
21
22
Temperature information 1 (interior)
3 Byte
3 Byte
3 Byte
Temperature inside the set (Centigrade) Note 2)
Outside air temperature (Celsius) Note 2)
SLOT temperature (Celsius) Note 2)
Temperature information 2 (outside air)
Temperature information 3 (SLOT)
Serial No.
15 Byte 15 digit character string
Dummy data
3 Byte
2 Byte
Dummy data
HOUR METER
Check sum
5 Byte
2 Byte
1 Byte
5 digit number
03hex
ETX
Note 1) During standby and during a single screen display, the unit outputs the value that is in memory.
Note 2) During standby and immediately after POWER ON, the correct value is not output.
In this case, please obtain the information after waiting a short period of time after POWER ON.
These types of information are output as reference information (these are not guaranteed information).
Normally refer to temperature information 3.
16
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
2) <QPI> Obtaining Integrator/PICTURE information
Sequence
Data Content
Size
1 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
1 Byte
2 Byte
1 Byte
Remarks
1
2
STX
02hex
Command echo-back
CONTRAST
QPI (fixed)
3
000 to 255 Note 1)
000 to 255 Note 1)
000 to 060 Note 1)
000 to 060 Note 1)
000 to 060 Note 1)
000 to 060 Note 1)
000 to 060 Note 1)
000 to 060 Note 1)
4
BRIGHTNESS
5
C,DETAIL R (RED)
C,DETAIL Y (YELLOW)
C,DETAIL G (GREEN)
C,DETAIL C (CYAN)
C,DETAIL B (BLUE)
6
7
8
9
10
11
12
13
14
15
16
17
18
19
C,DETAIL M (MAGENTA)
H.ENHANCE
000 to 015 Note 1), Note 2)
000 to 015 Note 1), Note 2)
000 to 127 Note 1), Note 3)
000 to 060 Note 1), Note 3)
000 to 015 Note 1), Note 3)
Same as item 9 of QST commands
Same as item 11 of QST commands
V.ENHANCE
COLOR
TINT
SHARPNESS
Main input function
Main screen size information
Check sum
ETX
03hex
Note 1) If the signal type is not confirmed, dummy data is output.
Note 2) During video signal input, dummy data is output.
Note 3) During PC signal input, dummy data is output.
3) <QWB> Obtaining integrator/WHITE BALANCE information
Sequence
Data Content
Size
1 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
1 Byte
2 Byte
1 Byte
Remarks
02hex
1
2
STX
Command echo-back
R.HIGH
QWB (fixed)
3
000 to 255 Note 1)
000 to 255 Note 1)
000 to 255 Note 1)
000 to 255 Note 1)
000 to 255 Note 1)
000 to 255 Note 1)
Same as item 9 of QST commands
Same as item 11 of QST commands
4
G.HIGH
5
B.HIGH
6
R.LOW
7
G.LOW
8
B.LOW
9
Main input function
Main screen size
Check sum
ETX
10
11
12
03hex
Note 1) If the signal type is not confirmed, dummy data is output.
4) <QPS> Obtaining integrator/SCREEN information
Sequence
Data Content
Size
1 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
1 Byte
2 Byte
1 Byte
Remarks
02hex
1
2
STX
Command echo-back
H.POSITION
V.POSITION
H.SIZE
QPS (fixed)
3
000 to 255 Note 1)
4
000 to 255 Note 1)
5
000 to 064 Note 1)
6
V.SIZE
000 to 064 Note 1)
7
CLOCK
000 to 255 Note 1), Note 2)
000 to 031 Note 1), Note 2)
Same as item 9 of QST commands
Same as item 11 of QST commands
8
PHASE
9
Main input function
10
18
19
Main screen size information
Check sum
ETX
03hex
Note 1) If the signal type is not confirmed, dummy data is output.
Note 2) During DVI or video input, dummy data is output.
17
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
5) <QSS> Obtaining SETUP information
Sequence
Data Content
Size
1 Byte
3 Byte
1 Byte
Remarks
1
2
3
STX
02hex
Command echo-back
COLOR TEMP.
QSS (fixed)
1: LOW 2: MID LOW 3: MIDDLE 4: MID HIGH
5: HIGH Note 1)
4
5
POWER MGT.
AUTO POWER OFF
DNR
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
0: OFF 1: ON
0: DISABLE 1: ENABLE
6
0: OFF 1: LOW 2: MIDDLE 3: HIGH Note 1)
0: OFF 1: LOW 2: MIDDLE 3: HIGH Note 1)
0: OFF 1: ON Note 1)
7
MPEG NR
8
CTI
9
PURECINEMA
COLOR DECODING
COLOR SYSTEM
0: OFF 1: ON Note 1)
10
11
1: RGB 2: COMP1 3: COMP2 Note 1)
1: AUTO 2: NTSC 3: PAL 4: SECAM 5: 4.43NTSC
6: PAL M 7: PAL N Note 1)
12
13
14
15
16
17
18
19
DVI SET UP (PLUG/PLAY)
DVI SET UP (BLACK LEVEL)
BRT.ENHANCE
1 Byte
1 Byte
1 Byte
2 Byte
3 Byte
1 Byte
2 Byte
1 Byte
1: PC
2: VIDEO Note 1)
1: LOW 2: HIGH Note 1)
0: OFF 1: ON Note 1)
00 to 20
SUB VOLUME
Main input function
Main screen size information
Check sum
Same as item 9 of QST commands
Same as item 11 of QST commands
ETX
03hex
Note 1) In the case of set data that cannot be output because of the type of input signal, dummy data is output.
6) <QSO> Obtaining menu integrator/OPTION information
Sequence
Data Content
Size
1 Byte
3 Byte
1 Byte
Remarks
1
2
3
STX
02hex
Command echo-back
ENERGY SAVE
QSO (fixed)
0: STANDARD1 1: MODE1 2: MODE2 3: MODE3
4: AUTO 5: MUTE 6: STANDARD2
4
5
PROGRAM/REPEAT timer
SCREEN MANAGEMENT (ORBITER)
SCREEN MANAGEMENT (SOFT FOCUS)
AUTO SETUP MODE
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
0: OFF 1: PROGRAM 2: REPEAT
0: OFF 1: MODE1 2: MODE2 3: MODE3
0: OFF 1: 1 2: 2 3: 3 4: 4
0: INACTIVE 1: ACTIVE
6
7
8
AUTO FUNCTION
0: OFF 1: INPUT1 2: INPUT4
0: INACTIVE 1: ACTIVE
9
PIP DETECT
10
11
SPLIT FREEZE
0: OFF 1: SIDE BY SIDE 2: PIP
0: OFF 2: INVERSE 3: WHITE 4: RED 5: GREEN 6: BLUE
7: YELLOW
SCREEN MASK
12
13
14
15
SIDE MASK R-LEVEL
SIDE MASK G-LEVEL
SIDE MASK B-LEVEL
VIDEO WALL (MODE)
3 Byte
3 Byte
3 Byte
1 Byte
000 to 255
000 to 255
000 to 255
0: OFF 1: 1 screen 2: 4 screens (2 x 2) 3: 9 screens (3 x 3)
4: 16 screens (4 x 4) 5: 25 screens (5 x 5)
01 to 56
16
17
18
19
20
21
22
23
24
25
26
VIDEO WALL (POSITION)
VIDEO WALL (TYPE)
VIDEO WALL (POWER ON DELAY)
VIDEO WALL (ABL LINK)
Spare (dummy)
2 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
0: NORMAL 1: ADJUSTED
0: OFF
0: OFF
* (FIX)
1: AUTO
0: OFF
0: LARGE
0: H
1: ON 2: MODE1 3: MODE2
1: ON
FAN CONTROL
2: MAX
1: ON
OSD DISPLAY
OSD SIZE
1: SMALL
1: V
OSD ANGLE
FRONT INDICATOR
COLOR MODE
0: OFF
1: ON
1: NORMAL 2: STUDIO
18
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
Sequence
Data Content
PRO USE UNDERSCAN
Size
1 Byte
1 Byte
Remarks
27
28
0: OFF
1: ON
PRO USE IMAGE PROCESS
1: NORMAL 2: PURE 3: MONOTONE 4: BLUE ONLY
5: HIGH CONTRAST
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
PRO USE SYGNAL TYPE
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
2 Byte
1 Byte
1: MOTION 2: STILL 3: NONE STD
FRC
0: OFF
1: ON
POWER ON MODE INPUT
POWER ON MODE MULTI MODE
POWER ON MODE MULTI INPUT 1
POWER ON MODE MULTI INPUT 2
POWER ON MODE VOLUME
SEAMLESS SW
See the table below.
See the table below.
1: INPUT 2: INPUT2 3: INPUT3 4: INPUT4 5: INPUT5
1: INPUT 2: INPUT2 3: INPUT3 4: INPUT4 5: INPUT5
0 to 42: In the case of last memory, FF
0: OFF
1: ON
SEAMLESS SW SELECT1
SEAMLESS SW SELECT2
MIRROR MODE
1: INPUT 2: INPUT2 3: INPUT3 4: INPUT4 5: INPUT5
1: INPUT 2: INPUT2 3: INPUT3 4: INPUT4 5: INPUT5
0: OFF 1: X 2: Y 3: XY
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
1 Byte
MULTI SCREEN SET (S BY S SIZE)
MULTI SCREEN SET (S BY S LAYOUT)
MULTI SCREEN SET (PIP SIZE)
MULTI SCREEN SET (TRANSLUCENT)
1: NORMAL 2: FULL
1: MODE1
2: MODE2 3: MODE3
1: 1 (SMALL) to 4: 4 (LARGE)
0: OFF 1: 10 % 2: 20 % 3: 30 % 4: 40 % 5: 50 %
6: 60 % 7: 70 % 8: 80 %
44
MULTI SCREEN SET (BANNER PIP)
1 Byte
0: OFF 1: BOTTOM1 2: BOTTOM2 3: BOTTOM3
4: MID LOW 5: MID HIGH 6: TOP3 7: TOP2 8: TOP1
9: LEFT A: RIGHT
45
46
MULTI SCREEN SET (BANNER INPUT)
Main input function
1 Byte
3 Byte
1: INPUT1 2: INPUT2
Input functions of the main screen (refer to the following table for
details)
47
48
49
Main screen size information
1 Byte
2 Byte
1 Byte
Main screen size (refer to the following table for details)
Check sum
ETX
03hex
7 POWER ON MODE INPUT
7 POWER ON MODE MULTI MODE
Input functions
(response)
Input functions
INPUT
INPUT
(response)
0
1
2
3
4
5
A
LAST
1
2
3
4
5
6
7
SIDE BY SIDE1
SIDE BY SIDE2
SIDE BY SIDE3
BOTTOM LEFT
BOTTOM RIGHT
TOP RIGHT
INPUT1
INPUT2
INPUT3
INPUT4
INPUT5
MULTI
TOP LEFT
7 Main screen input function
7 Main screen size
Input function
Input
Main screen size
Screen size
IN1
IN2
IN3
IN4
IN5
* * *
INPUT1
INPUT2
0
DOT BY DOT
1
2
3
5
6
9
A
4 : 3
FULL
INPUT3
INPUT4
ZOOM
INPUT5
WIDE
Unconfirmed (standby time)
14 : 9
UNDER SCAN
2.35 : 1
19
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
7) <QSU> obtaining the audio status
Sequence
Data Content
Size
1 Byte
3 Byte
3 Byte
1 Byte
3 Byte
3 Byte
3 Byte
3 Byte
3 Byte
2 Byte
1 Byte
Remarks
1
2
STX
02hex
Command echo-back
Main volume
QSU (fixed)
000 to 042
0: OFF 1: ON
000 to 020
000 to 020
000 to 020
000 to 020
000 to 020
3
4
Audio mute status
INPUT1 sub volume
INPUT2 sub volume
INPUT3 sub volume
INPUT4 sub volume
INPUT5 sub volume
Check sum
5
6
7
8
9
10
11
ETX
03hex
8) <QCI> Obtaining time information
Sequence
Data Content
Size
1 Byte
3 Byte
2 Byte
2 Byte
2 Byte
8 Byte
1 Byte
Remarks
1
2
3
STX
02hex
Command echo-back
Time information
QCI (fixed)
Hour (24 hour system) 00 to 23 Note 1)
Minute 00 to 59 Note 1)
Second 00 to 59 Note 1)
4
5
Dummy data
Day of week
1: Sunday 2: Monday 3: Tuesday 4: Wednesday
5: Thursday 6: Friday
7: Saturday Note 1)
6
7
Check sum
ETX
2 Byte
1 Byte
03hex
Note 1) During standby and when this command was initially set, the value at the time that power was finally shut off is transmitted.
9) <QAP> Obtaining machine name
Sequence
Data Content
Size
1 Byte
3 Byte
Remarks
1
2
3
STX
02hex
Command echo-back
QAP (fixed)
Machine name information
18 Byte 42 inch:
A (North America model): PDP-427CMX********
G (Europe-general model): PDP-42MXE20*******
50 inch:
J (Japan model): PDP-507CMX-JP*****
A (North America model): PDP-507CMX********
G (Europe-general/CKD model): PDP-50MXE20*******
GS (Europe-general/silver model): PDP-50MXE20*******
4
5
Check sum
ETX
2 Byte
1 Byte
03hex
20
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
7 Table of commands not compatible with PDP-434CMX to PDP-425CMX
AJN
AJY
COF
Ends 232C integrator adjustment mode.
Starts 232C integrator adjustment mode.
Displays present color off setting.
MCN
MCY
Turns off MASK CONTROL.
Turns on MASK CONTROL.
MGFS01 Turns on VIDEO WALL.
MSCS01 Turns on MULTI SCREEN.
COFS00 Does not set color off.
COFS01 Sets color off.
SIM
Displays present setting of SIDE MASK.
DPR
FXO
Resets still picture movement function.
Selects audio output fix.
SIMS01 Sets setting of SIDE MASK to normal.
SIMS02 Sets setting of SIDE MASK to overlay 1.
SIMS03 Sets setting of SIDE MASK to overlay 2.
SZMS04 Sets screen size to CINEMA.
FRCS02 Sets FRC to MODE2.
FRCS03 Sets FRC to MODE3.
GRAS04 Sets gradation to “DRE MID”.
GRAS05 Sets gradation to “DRE HIGH”.
GRAS06 Sets gradation to “DRE LOW”.
GRAS07 Sets gradation to “HIGH CONTRAST”.
SZMS08 Sets screen size to FULL 1035i.
MIR
PLN
PLY
Displays present MIRROR MODE setting
Turns off center brightness correction.
Turns on center brightness correction.
LNN
LNY
Prohibits loudness.
Permits loudness
PUCS02 Sets PURE CINEMA to advance.
VRO Selects audio output variable.
7 Table of commands not compatible with PDP-505CMX
EDIS01 Sets DVI SELECT to PC.
EDIS02 Sets DVI SELECT to VIDEOS1.
21
Download from Www.Somanuals.com. All Manuals Search And Download.
RS-232C Adjustment
7 Check Sum
This is data to which 2-Byte ASCII code is added to a data group returned by a QUEST command.
PC side
STX
ID
QUEST command
ETX
02 (hex)
2 Byte
3 Byte
03 (hex)
Set side
STX
02 (hex)
QUEST command
Data
Check sum
ETX
3 Byte
*Byte
2 Byte
03 (hex)
A detailed example is given below.
Example) The check sum value that is added when the QUEST command “QAA” returned the following 6-Byte data string.
Data group (ASCII)
+ check sum
QUEST command
Data (6 Byte)
Check sum
QAA
100128
xx (before calculation)
≠
47
41
41
31 30 30 31 32 38
The data group is put into binary code one
character at a time then displayed (only the
last two digits are displayed).
When these values are added the result is 1F5 (hex).
≠
xx, where xx is 0B (hex), is added to 1F5 so the last two digits are 00 (in this case 200).
≠
As the data format, OB is converted to ASCII code and sent.
≠
The following data is output from the Plasma Display side.
STX
QUEST command
Data
Check sum
ETX
02 (hex)
QAA
100128
0B
03 (hex)
* The returned data group is in capital letters. Please keep this in mind when introducing it into the binary
display.
7 Examples of check sum applications
Example 1) When the data is missing 1 Byte
STX
QUEST command
Data
Check sum
ETX
02 (hex)
QAA
100 (missing data) 28
0B
03 (hex)
47 41
31 30 30 32 38
The data group is calculated according to rules by a PC application,
and when these values are added the result is 1C4 (hex).
≠
A value xx, where xx is 3C (hex), is added to 1C4 such that the last
two digits are 00 (in this case 200).
≠
Here, the check sum [OB (hex)] and the calculated [3C (hex)] do not match.
≠
Since they do not match, the PC application sends the QUEST command
again and gets the data again.
Example 2) When 1 Byte of data in the data is unreadable
STX
02 (hex)
QUEST command
Data
100328
Check sum
ETX
QAA
0B
03 (hex)
47 41
31 30 33 30 32 38
The data group is calculated according to rules by a PC application,
and when these values are added the result is 1F7 (hex).
≠
A value xx, where xx is 09 (hex), is added to 1F7 such that the last
two digits are 00 (in this case 200).
≠
Here, the check sum [OB (hex)] and the calculated [09 (hex)] do not match.
≠
Since they do not match, the PC application sends the QUEST command
again and gets the data again.
22
Download from Www.Somanuals.com. All Manuals Search And Download.
|